body {
   background: white;
   font-size: 12pt;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

h1 {
font-size: 1.75em;
font-weight: bold;
}

h2 {
font-size: 1.5em;
font-weight: bold;
}

h3 {
font-size: 1.25em;
font-weight: bold;
}

#menu {
   display: none;
   }
#login {
display: none;
}

#container, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
/* uncomment to remove header image from printing    
#index_01 {
	display: none;
	}   
   */

#left {
	display: none;
	}
	
#navigation {
	display: none;
	}
	
	
#subscribe_now {
	display: none;
	}	
	
#footer {
	display: none;
	}	
	
div#copyright {
	display: none;
	}	
	
.floatright {
	display: none;
	}

.floatleft {
	display: none;
	}

.center {
	text-align:center;
	}

.small {
font-size: .5em;
	}
	
.indent_20 {
margin-left: 20px;	
	}
	
.indent_50 {
margin-left: 50px;
	}
	
.courier {
	font-family: Courier, "Courier New", monospace;
	}
	
div.orange {
	color:#FF9900;
	}

div.image .caption { 
	border: 1px solid #808080;
	font-size: 80%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center; 
	}